home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / ARTAbrot 1.21 / Menu_ARTAbrot.h < prev    next >
Encoding:
Text File  |  1994-12-08  |  380 b   |  17 lines  |  [TEXT/MPS ]

  1. /*  PMenu_ARTAbrot_prj                                 Handle a selection of the menu bar */
  2.  
  3. /* File name:  PMenu_ARTAbrot_prj.h   
  4. Function:  This module calls the appropiate menu list 
  5.       handler routine. 
  6. History: 8/18/93 Original by George Warner
  7.    */
  8.  
  9. /* Initialize the menubar */
  10. void Init_My_Menus(void);
  11.  
  12.  
  13. /* Handle the menu selection */
  14. void Handle_My_Menu( short theMenu,short theItem);
  15.  
  16.  
  17.